drawFormXObject(PDFFormXObject,double,double,double,double,double) Method
In This Topic
Draws the specified at the specified location and with the specified size.
Syntax
public void drawFormXObject(
PDFFormXObject ,
double ,
double ,
double ,
double ,
double
)
|
Parameters
- formXObject
- to draw.
- x
- The x-coordinate of the upper-left corner of the drawn form XObject.
- y
- The y-coordinate of the upper-left corner of the drawn form XObject.
- width
- Width of the drawn form XObject.
- height
- Height of the drawn form XObject.
- rotation
- Rotation angle of the drawn form XObject.
See Also